######### MKS DLP configuration ######### >cfg_led_pwm 80 #UV灯光强度,设置值为0~100,对应0%~100%。 >Z_OFFSET_MAX_DISTANCE 0.0 #Z轴设置为0后,负方向可移动最大偏移 >PRINT_STOP_RAISE_SPEED 240 #停止打印时,抬升速度。 >Z_PAUSE_RAISE_SPEED 240 #暂停时,抬升速度。 >Z_PAUSE_RETRACT_SPEED 120 #暂停时,回程速度。 #===================Language Configuration========================================== >cfg_language_adjust_type 1 #Type of switching language(1:Switching through lcd button, 0:Switching through dlp_cfg.txt). >cfg_language_type 1 #Language(1: Simplified Chinese; 2: Traditional Chinese; 3: English; 4: Russian; 5: Spanish, 6: French, 7: Italian) #This configuration is only valid when "cfg_language_adjust_type" is set to 0. #-------------LCD "Info" content configuration------------------------------------ >cfg_system_type M-SLA #System type to display, can only be ASCII characters and cannot exceed 200 characters >cfg_version_custom 0 #0:Display the firmware inner version,1:Display the version of Custom version——"cfg_firmware_version" >cfg_firmware_version 1.1.4 #Custom version, can only be ASCII characters and cannot exceed 200 characters #------------LCD "Service" content configuration--------------------------------- >cfg_website www.makerbase.com.cn #Website to display, can only be ASCII characters and cannot exceed 200 characters >cfg_email king@makerbase.com.cn #Email to display, can only be ASCII characters and cannot exceed 200 characters #------------------------------------------------------------- ######## LCD display color configuration(Button and LOGO customization please refer to instructions) ########## >cfg_background_color 0x2D2105 #Background color of LCD >cfg_btn_bkcolor 0x7E6D20 #Background color of universal button >cfg_btn_text_bkcolor 0xFFFFFF #Background color of universal button-text >cfg_btn_textcolor 0xFFFFFF #Color of universal button-text >cfg_filename_bkcolor 0x000000 #Background color of file directory button >cfg_filename_textcolor 0xFFFFFF #Text of file directory text >cfg_msg_area_bkcolor 0x8DB937 #Background color of status information display area >cfg_state_msg_bkcolor 0xFFFFFF #Background color of status text >cfg_state_msg_textcolor 0x8DB937 #Status information text color >cfg_sel_btn_bkcolor 0x000000 #Background color of button when it is selected >cfg_sel_btn_text_bkcolor 0xFFFFFF #Background color of button-text when button is selected >cfg_sel_btn_textcolor 0x43cdff #Color of button-text when button is selected >cfg_dialog_bkcolor 0x000000 #Background color of dialog >cfg_dialog_msg_textcolor 0xffffff #Color of dialog information >cfg_dialog_btn_bkcolor 0xff0000 #Background color of button on dialog >cfg_dialog_btn_textcolor 0xFFFFFF #Color of button-text on dialog >cfg_layer_area_bkcolor 0x8DB937 #Background color of the layer display when printing >cfg_printing_state_bkcolor 0xffffff #Background color of printing infomation when printing >cfg_printing_state_textcolor 0x8DB937 #Color of printing infomation when printing #============================= Basic Settings ========================= # Travel limits after homing (units are in mm) >Z_MIN_POS 0 >Z_MAX_POS 170 >Z_PAUSE_POS 50 #Rising heigth of Z axis when pause printing(mm) #============================== Stepper Motor Settings ============================ #Invert the stepper direction. >INVERT_Z_DIR 1 #Movement setting >DEFAULT_Z_STEPS_PER_UNIT 1600 #Default Axis-Z Steps Per Unit (steps/mm) >DEFAULT_Z_MAX_FEEDRATE 5 #Default Axis-Z Max Feed Rate (mm/s) >DEFAULT_Z_MAX_ACCELERATION 100 #Default Axis-Z Max Acceleration (change/s) change = mm/s >DEFAULT_ACCELERATION 800 #X, Y, Z and E acceleration for printing moves >DEFAULT_RETRACT_ACCELERATION 100 #X, Y, Z and E acceleration for retracts >DEFAULT_TRAVEL_ACCELERATION 100 #X, Y, Z acceleration for travel (non printing) moves >DEFAULT_MINIMUMFEEDRATE 0.0 #minimum feedrate >DEFAULT_MINSEGMENTTIME 20000 #minimum time in microseconds that a movement needs to take if the buffer is emptied. >DEFAULT_MINTRAVELFEEDRATE 0.0 # >DEFAULT_ZJERK 0.4 #Default Axis-Z Jerk (mm/s) >CURRENT_VREF_Z 600 #Default motor current for Z in mA,range (0~1000) #============================== Endstop Settings =========================== >MIN_SOFTWARE_ENDSTOPS 0 # 0:axes can move below MIN_POS; 1:axes won't move below MIN_POS. >MAX_SOFTWARE_ENDSTOPS 1 # 0:axes can move below MAX_POS; 1:axes won't move below MAX_POS; # Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup). >Z_MIN_ENDSTOP_INVERTING 1 # set to true to invert the logic of the endstop. >Z_MAX_ENDSTOP_INVERTING 1 # set to true to invert the logic of the endstop. #Specify endstop to use >USE_ZMIN_PLUG 1 # 1:enable; 0:disable >USE_ZMAX_PLUG 0 # 1:enable; 0:disable #============================== Home Settings ============================== >Z_HOME_DIR -1 # Direction of endstops when homing; 1=MAX, -1=MIN :[-1,1] >HOMING_FEEDRATE_Z 180 # Homing Z speeds (mm/m) >HOMING_BUMP_FEEDRATE_Z 60 # Second homing Z speeds (mm/m) #===================Buzzer Settings========================================== >cfg_buzzer_type 1 # 0:Buzzer off;1:Buzzer on #===================wifi settings============================================ >CFG_WIFI_MODE 0 #wifi mode(0:sta;1:ap) >CFG_WIFI_AP_NAME TP-LINK_C944 #wifi name >CFG_WIFI_KEY_CODE makerbase #wifi password >WISI_LIST_SCAN 1 #enable wifi list scan function(1:enable,0:disable) #wifi button display setting. 0:display, 1:not display >DISABLE_WIFI 0 #end.